Autogenerated HTML docs for v1.7.10-334-gf9d99
diff --git a/git-fetch-pack.txt b/git-fetch-pack.txt index ed1bdaa..474fa30 100644 --- a/git-fetch-pack.txt +++ b/git-fetch-pack.txt
@@ -32,6 +32,16 @@ --all:: Fetch all remote refs. +--stdin:: + Take the list of refs from stdin, one per line. If there + are refs specified on the command line in addition to this + option, then the refs from stdin are processed after those + on the command line. ++ +If '--stateless-rpc' is specified together with this option then +the list of refs must be in packet format (pkt-line). Each ref must +be in a separate packet, and the list must end with a flush packet. + -q:: --quiet:: Pass '-q' flag to 'git unpack-objects'; this makes the